Spread Silverlight Documentation
SavePdf(Stream,Int32[]) Method


The stream to which to save the data.
The index of the sheet.
Saves the content of the GcSpreadSheet component to the specified stream.
Syntax
'Declaration
 
Public Overloads Sub SavePdf( _
   ByVal stream As System.IO.Stream, _
   ByVal ParamArray sheetIndexs() As System.Integer _
) 
'Usage
 
Dim instance As Workbook
Dim stream As System.IO.Stream
Dim sheetIndexs() As System.Integer
 
instance.SavePdf(stream, sheetIndexs)
public void SavePdf( 
   System.IO.Stream stream,
   params System.int[] sheetIndexs
)

Parameters

stream
The stream to which to save the data.
sheetIndexs
The index of the sheet.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.